Replace movt instruction with orr instruction to support armv6k build.
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
Gbp-Pq: Name raspbian.patch

dlls/ntdll/unix/signal_arm.c

index 487c8501cc722d0402318107a32667000e21b61f..38c82b6feafbd4010ac956960f3997df46f51521 100644 (file)
@@ -613,7 +613,7 @@ __ASM_GLOBAL_FUNC( call_user_apc_dispatcher,
                    "1:\tldr r0, [r10]\n\t"
                    "sub sp, r0, #0x1a0\n\t"
                    "mov r0, #3\n\t"
-                   "movt r0, #32\n\t"
+                   "orr r0, #2097152\n\t"
                    "str r0, [sp]\n\t"         /* context.ContextFlags = CONTEXT_FULL */
                    "mov r1, sp\n\t"
                    "mov r0, #~1\n\t"